Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Refactored the Docker env to break images out based on cloud (still contains a combined env for all the tools in one). Also changes to a python base container (still ubuntu based).
This is what's been at rossja/ncc-scoutsuite for the last 8 months (the combined env one anyway). I've just pushed the separate containers for the clouds there as well.
This will be a "breaking" change in that the containers are named differently (instead of just
scoutsuite
, they will bescoutsuite-{cloud}
-- soscoutsuite-aws
for AWS tooling, etc. To avoid issues for now, I've been creating thecombined
image and naming thatncc-scoutsuite
for compatibility.There's also a base image that doesn't contain any of the cloud SDKs, just the scoutsuite code. That's
scoutsuite-base
.Make sure the PR is against the
develop
branch (see Contributing).Make sure to set the corresponding milestone in the PR.
Please include a summary of the change(s) and which issue(s) it addresses. Please also include relevant motivation and context.
Fixes # (issue)
Type of change
Select the relevant option(s):
Checklist: